home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / Shared.Cst / 00006.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  240 b   |  16 lines

  1. on doTimeOut
  2.   global saverTime
  3.   if saverTime = 2 then
  4.     go to movie "SAVER1"
  5.     exit
  6.   end if
  7.   if saverTime = 3 then
  8.     go to movie "SAVER2"
  9.     exit
  10.   end if
  11.   if saverTime = 5 then
  12.     go to movie "SAVER3"
  13.     exit
  14.   end if
  15.   
  16. end